let deps = wildcard_deps.connect(", ");
try!(config.shell().warn(
"warning: some dependencies have wildcard (\"*\") version constraints. \
- On December 11th, 2015, crates.io will begin rejecting packages with \
+ On January 22nd, 2016, crates.io will begin rejecting packages with \
wildcard dependency constraints. See \
http://doc.crates.io/crates-io.html#using-crates.io-based-crates \
for information on version constraints."));
# Can libraries use `*` as a version for their dependencies?
-**Starting December 11th, 2015, crates.io will begin rejecting packages with
+**Starting January 22nd, 2016, crates.io will begin rejecting packages with
wildcard dependency constraints.**
While they _can_, strictly speaking, they should not. A version requirement
dir = p.url(),
reg = registry::registry()))
.with_stderr("\
-warning: some dependencies have wildcard (\"*\") version constraints. On December 11th, 2015, \
+warning: some dependencies have wildcard (\"*\") version constraints. On January 22nd, 2016, \
crates.io will begin rejecting packages with wildcard dependency constraints. See \
http://doc.crates.io/crates-io.html#using-crates.io-based-crates for information on version \
constraints.